(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/arossupport.h>
void NastyFreeMem()
SYNOPSIS
APTR mem
ULONG size

FUNCTION
Overwrites the memory with 0xDEADBEEF before actually freeing it.

INPUTS
mem
Pointer which was returned by AllocMem()
size
Size which was given to AllocMem()
RESULT
The function may print some infos using kprintf().

NOTES
This function depends on SysBase.

EXAMPLE
BUGS
SEE ALSO
FreeMem()
INTERNALS
HISTORY
27.03.1997 digulla
Removed AROS/compiler/aros/

Removed logs

Added comments

Replaced proto/aros.h by proto/arossupport.h and the like

Makefile is less noisy now, too

27.03.1997 ldp
libaros.a -> libarossupport.a